home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TFRMRVSPACING / TFRMRVSPACING.txt
Text File  |  2004-10-12  |  2KB  |  107 lines

  1. inherited frmRVSpacing: TfrmRVSpacing
  2.   Left = 208
  3.   Top = 265
  4.   HelpContext = 91900
  5.   Caption = 'Cell Spacing'
  6.   ClientHeight = 206
  7.   ClientWidth = 366
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited gb: TGroupBox
  11.     Left = 5
  12.     Top = 3
  13.     Width = 357
  14.     Height = 159
  15.     Caption = ' Spacing '
  16.     inherited lblTop: TLabel
  17.       Left = 18
  18.       Top = 61
  19.       Width = 50
  20.       Caption = '&Horizontal:'
  21.     end
  22.     inherited lblBottom: TLabel
  23.       Left = 17
  24.       Top = 97
  25.       Width = 38
  26.       Caption = '&Vertical:'
  27.     end
  28.     inherited lblLeft: TLabel
  29.       Left = 203
  30.       Top = 61
  31.       Width = 50
  32.       Caption = 'H&orizontal:'
  33.     end
  34.     inherited lblRight: TLabel
  35.       Left = 203
  36.       Top = 97
  37.       Width = 38
  38.       Caption = 'V&ertical:'
  39.     end
  40.     object Label5: TLabel [4]
  41.       Left = 1
  42.       Top = 14
  43.       Width = 168
  44.       Height = 39
  45.       Alignment = taCenter
  46.       AutoSize = False
  47.       Caption = 'Between cells'
  48.       Layout = tlCenter
  49.       WordWrap = True
  50.     end
  51.     object Label6: TLabel [5]
  52.       Left = 177
  53.       Top = 14
  54.       Width = 175
  55.       Height = 39
  56.       Alignment = taCenter
  57.       AutoSize = False
  58.       Caption = 'From table border to cells'
  59.       Layout = tlCenter
  60.       WordWrap = True
  61.     end
  62.     object Bevel1: TBevel [6]
  63.       Left = 173
  64.       Top = 14
  65.       Width = 10
  66.       Height = 108
  67.       Shape = bsLeftLine
  68.     end
  69.     inherited seTop: TRVSpinEdit
  70.       Left = 89
  71.       Top = 56
  72.       MaxValue = 30.000000000000000000
  73.       MinValue = -1.000000000000000000
  74.     end
  75.     inherited seBottom: TRVSpinEdit
  76.       Left = 89
  77.       Top = 92
  78.       MaxValue = 30.000000000000000000
  79.       MinValue = -1.000000000000000000
  80.     end
  81.     inherited seLeft: TRVSpinEdit
  82.       Left = 273
  83.       Top = 56
  84.       MaxValue = 30.000000000000000000
  85.       MinValue = -1.000000000000000000
  86.     end
  87.     inherited seRight: TRVSpinEdit
  88.       Left = 273
  89.       Top = 92
  90.       MaxValue = 30.000000000000000000
  91.       MinValue = -1.000000000000000000
  92.     end
  93.     inherited cbEqual: TCheckBox
  94.       Left = 11
  95.       Top = 129
  96.     end
  97.   end
  98.   inherited btnOk: TButton
  99.     Left = 154
  100.     Top = 171
  101.   end
  102.   inherited btnCancel: TButton
  103.     Left = 258
  104.     Top = 171
  105.   end
  106. end
  107.